home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / Magnify / README
INI File  |  1993-04-12  |  3KB  |  57 lines

  1. [This is an updated version of Magnify that has been built under 3.0 - cdl]
  2.  
  3. Magnify tracks the mouse and magnifies the area around the cursor hot spot
  4. into a window.  The magnification factor is user settable (within limits).
  5. The PostScript for the image can be copied to the pasteboard using the
  6. standard copy procedure when the magnification window is the key window.
  7.  
  8. The image can be frozen at any time using 'command-f' (key equivalent for
  9. 'Freeze' on the main menu which can also be use but not as useful).  The
  10. image can be unfrozen (i.e. resume tracking) using 'Unfreeze' on the main
  11. menu or 'command-u'.  When the magnification window is frozen or the
  12. application is hidden, mouse tracking is turned off in order to impact
  13. other applications as little as possible.
  14.  
  15. Interesting effects (digital feedback) can be produced by moving the
  16. cursor over the magnification window itself at various magnification
  17. settings.  This application has been updated to work with color screens.
  18.  
  19.  
  20. DEFAULTS
  21.  
  22. Magnify's default scale is 4.0, you can change this using 'dwrite' on
  23. Magnify's 'Scale' property, eg:
  24.  
  25.     dwrite Magnify Scale 2.0
  26.  
  27. A magnification of 1.0 will echo the screen and scales less than 1.0 (eg.
  28. 0.5, 0.25, etc.) are also useful and will demagnify the screen.  The
  29. 'Info>Preferences...' panel can be used to change the current scale
  30. dynamically but does not change what's stored in the user's defaults database.
  31.  
  32. You can show a fake cursor in the magnification window by setting the
  33. 'Cursor' default to 'Yes' via a dwrite or the 'Preferences' panel.
  34.  
  35. You can add a grid to the magnification window by setting the 'Grid' default
  36. to a numerical width value (eg. 2.0) via a dwrite of the 'Preferences' panel.
  37.  
  38. By default, the magnification window only gets updated when the mouse moves,
  39. the scale is changed or the window resized, thus when the program starts up
  40. or the magnification window is unfrozen, the image doesn't reflect the
  41. current situation until the mouse is moved.  You can add a timed update by
  42. setting the default 'Update' via a dwrite or from the 'Preferences' panel.
  43. A value of greater than 0.0 will turn on a timed entry with the frequency
  44. specified.
  45.  
  46. BUGS
  47.  
  48. The Magnify application can cause the cursor to jitter in active input
  49. fields.  This is annoying if you always work with Magnify running.
  50.  
  51. The position of the fake cursor isn't accurate as it could be due to NeXT's
  52. leaving out the 'hotSpot' method of NXCursor.  It also doesn't update to
  53. reflect the current cursor in effect for the active application.
  54.  
  55. Two Magnify applications running at the same time don't both get mouse moved
  56. events and won't both update.  If one is frozen, the other will operate.
  57.